home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 1116.ZIP / TOOLKIT.ARC / CULATOR.C < prev    next >
Text File  |  1979-12-31  |  131b  |  11 lines

  1.  
  2. /* CULATOR.C */
  3.  
  4. #include CULATOR.H
  5.  
  6. main()
  7.        {
  8.          culator(); /* display the pop-up calculator */
  9.        }
  10.  
  11.